home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batchlrn.arc / INTRO-1.HLP < prev    next >
Text File  |  1991-06-17  |  1KB  |  24 lines

  1. If you find yourself using some of the same commands over and
  2. over in your daily work you probably need A BATCH FILE. Batch
  3. processing lets you combine any series of commands to perform
  4. some frequently used task.You execute this series of commands
  5. (the batch file) by typing just the NAME of the file itself:
  6.       To execute XYZ.BAT you would type: XYZ (only).
  7. The commands in a batch file are executed in exactly the same 
  8. way as if you had executed them at your PC keyboard by typing
  9. each and every one of the lines in the file separately!  Each
  10. of these FILES must carry the extension .BAT.  This instructs
  11. DOS to recognize them as such. DOS reads the batch file lines
  12. performing the keystrokes you have entered there,>EXACTLY<the
  13. same way, every time---error free!
  14. Your uses of batch files are limited only by your imagination.
  15. Other than the AUTOEXEC.BAT file (which is covered separately
  16. here [In the next series])"batching" could be used to perform 
  17. repetetive tasks, moving thru several levels of sub-director-
  18. ies>>to a program, to control a printer and to generally save 
  19. a lot of time and effort.For example,and while it may seem to
  20. be a small thing, TIMEMASTER uses C.BAT in lieu of >"cls" and
  21. M>BAT instead of >"type menu.doc".These files only save a few
  22. keystrokes---others can save m-a-n-y, as you will learn. They 
  23. can perform an unlimited number of functions for you.
  24.